PyramidContentItem

Pyramid Content item object.

API Section: Objects

Type: Object

Properties

Name

Description

Required

Type

Format

itemType

The content item's type enumeration

-

ItemType

createdDate

The create date of the item

-

integer

Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601

isDeleted

is the item deleted

-

boolean

createdBy

The creator's user ID

-

string

modifiedDate

The modified date if the item

-

integer

Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601

tenantId

The content item's related tenant ID

-

string

caption

The content item's caption

-

string

description

The description of the item

-

string

id

The content item's ID

-

string

version

The version of the item

-

string

contentType

The content type enumeration

-

ContentType

parentId

The content item's parent ID

-

string

Usages
  • /API2/content/findContentItem
  • /API2/content/getAllItemsCreatedByUser
  • /API2/content/getAllUserContentItems
  • /API2/content/getAutoRecommendedItems
  • /API2/content/getContentItemMetaData
  • /API2/content/getFavoriteItems
  • /API2/content/getFolderItems
  • /API2/content/getItem
  • /API2/content/getMostUsedItems
  • /API2/content/getPrivateFolderForUser
  • /API2/content/getPrivateRootFolder
  • /API2/content/getPublicOrGroupFolderByTenantId
  • /API2/content/getRecentItems
  • /API2/content/getRecommendedItems
  • /API2/content/getUserGroupFolders
  • /API2/content/getUserGroupRootFolder
  • /API2/content/getUserPrivateFolder
  • /API2/content/getUserPrivateRootFolder
  • /API2/content/getUserPublicFolders
  • /API2/content/getUserPublicRootFolder
  • /API3/content/findContentItem
  • /API3/content/getAllItemsCreatedByUser
  • /API3/content/getAutoRecommendedItems
  • /API3/content/getContentItemMetaData
  • /API3/content/getFavoriteItems
  • /API3/content/getFolderItems
  • /API3/content/getItem
  • /API3/content/getMostUsedItems
  • /API3/content/getPrivateFolderForUser
  • /API3/content/getRecentItems
  • /API3/content/getRecommendedItems
  • /API3/content/getTenantPublicOrGroupFolder
  • /API3/content/getUserGroupFolders
  • /API3/content/getUserGroupRootFolder
  • /API3/content/getUserPrivateFolder
  • /API3/content/getUserPrivateRootFolder
  • /API3/content/getUserPublicFolders
  • /API3/content/getUserPublicRootFolder